home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 25
/
AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso
/
Updates
/
Patches
/
Rebootstart
/
Examples
/
Olofight
/
STARTUP-SEQUENCE
< prev
Wrap
Text File
|
2000-04-12
|
2KB
|
34 lines
;© 2000 script by Aldo Bianchi
;Example for Olofight
Resident >NIL: execute PURE ;do not remove this entry
Resident >NIL: assign PURE ;do not remove this entry
execute rad1:s/programpath ;do not remove this entry
assign sys: "" ;do not remove this entry
path sys:c add ;do not remove this entry
assign fonts: sys:fonts ;do not remove this entry
assign libs: sys:libs ;do not remove this entry
assign devs: sys:devs ;do not remove this entry
assign env: sys:prefs/env-archive ;do not remove this entry
makedir ram:t ;do not remove this entry
assign t: ram:t ;do not remove this entry
run >nil: clicknot ;stop click on DF0
;if exists devs:mountcdroom ;do not remove this entry
;devs:mountcdroom ;do not remove this entry
;endif ;do not remove this entry
execute rad1:programpath ;do not remove this entry
bootcontrol remove quiet ;do not remove this entry
remrad force ;do not remove this entry
;***********************************************************************************
olofight ;put here the scrip or executable of the game
;***********************************************************************************
;REMENBER:put always execute before if the game runs with a script.
run >nil: remrad force
run >nil: reset ;reset computer if the game have an exit button
;END of script